Skip to content

Conversation

@jstucke
Copy link
Collaborator

@jstucke jstucke commented Sep 19, 2025

  • fixes:
    • removed mixin (which is now part of the base class) from individual plugin class definition
    • fixed test class names
    • added missing __init__.py
    • init() fixes (version should be semver, missing self when referencing metadata class)
    • plugins should not return None as result
    • removed plugin shutdown log spam
  • feat: better handling of failed analyses

@jstucke jstucke requested a review from euwint September 19, 2025 10:17
@jstucke jstucke self-assigned this Sep 19, 2025
@jstucke jstucke force-pushed the plugin-base-v1-fixes branch 2 times, most recently from 66f6792 to 1287915 Compare September 26, 2025 12:43
@codecov-commenter
Copy link

codecov-commenter commented Sep 26, 2025

Codecov Report

❌ Patch coverage is 83.01887% with 27 lines in your changes missing coverage. Please review.
✅ Project coverage is 92.46%. Comparing base (e39728e) to head (df965f6).
⚠️ Report is 14 commits behind head on master.

Files with missing lines Patch % Lines
src/scheduler/analysis/plugin.py 29.41% 12 Missing ⚠️
...ins/analysis/example_plugin/code/example_plugin.py 55.55% 4 Missing ⚠️
src/test/unit/analysis/test_plugin_worker.py 94.93% 4 Missing ⚠️
...c/plugins/analysis/cwe_checker/code/cwe_checker.py 40.00% 3 Missing ⚠️
src/plugins/analysis/hashlookup/code/hashlookup.py 60.00% 2 Missing ⚠️
src/scheduler/analysis/scheduler.py 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1410      +/-   ##
==========================================
+ Coverage   92.03%   92.46%   +0.42%     
==========================================
  Files         372      370       -2     
  Lines       21075    20797     -278     
==========================================
- Hits        19397    19230     -167     
+ Misses       1678     1567     -111     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@jstucke jstucke force-pushed the plugin-base-v1-fixes branch from 1287915 to 7a2c2e1 Compare January 9, 2026 13:54
@jstucke jstucke force-pushed the plugin-base-v1-fixes branch from b140002 to df965f6 Compare January 9, 2026 15:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants